image search
選択した部分でgoogle画像検索
code:script.js
scrapbox.PopupMenu.addButton({
title: 'image',
onClick: text => {
if( text.match(/^\[\S*\]$/g) ){ text = text.replace(/\[/g, '');
}else{
text = text.replace(/\[\S*/g, ''); }
text = text.replace(/\]/g, '').replace(/^\s+/, '');
let uri = encodeURI(text.replace(' ', '+'));
window.open(https://google.co.jp/search?q=${uri}&tbm=isch);
}
})